Document arguments to Eshell's built-in commands
authorJim Porter <jporterbugs@gmail.com>
Wed, 16 Aug 2023 01:51:20 +0000 (18:51 -0700)
committerJim Porter <jporterbugs@gmail.com>
Mon, 5 Feb 2024 05:12:42 +0000 (21:12 -0800)
commit5c43ef86bf169a79b87bd082d2f884757f7c2efc
tree67af86528581973610588dee645dbc395bf5ded8
parentbe6de56906f0d1c09a0fad4f5165d864dddbc3ee
Document arguments to Eshell's built-in commands

* lisp/eshell/em-unix.el (eshell/ln): LINK_NAME is required.

* lisp/eshell/esh-ext.el (eshell/addpath):
* lisp/eshell/esh-var.el (eshell/env): Improve help strings slightly.

* doc/misc/eshell.texi (Scripts): Explain $0, $1, etc.
(Dollars Expansion): Use "@dots{}" instead of "...".
(Built-ins, Tramp extensions, Extra built-in commands): Document
command-line arguments.
doc/misc/eshell.texi
lisp/eshell/em-unix.el
lisp/eshell/esh-ext.el
lisp/eshell/esh-var.el